翻訳と辞書
Words near each other
・ Fortuna Düsseldorf
・ Fortuna Elementary School District
・ Fortran 5
・ Fortran 95 language features
・ FortranM
・ FORTRAS
・ Fortress (1986 film)
・ Fortress (1992 film)
・ Fortress (2012 film)
・ Fortress (Alter Bridge album)
・ Fortress (chess)
・ Fortress (disambiguation)
・ Fortress (Grin)
・ Fortress (Miniature Tigers album)
・ Fortress (online game)
Fortress (programming language)
・ Fortress (Protest the Hero album)
・ Fortress (Sister Hazel album)
・ Fortress (solitaire)
・ Fortress (tower defense video game)
・ Fortress 2
・ Fortress 2 (video game)
・ Fortress America
・ Fortress America (board game)
・ Fortress Around Your Heart
・ Fortress Besieged
・ Fortress chess
・ Fortress church
・ Fortress Church, Târgu Mureș
・ Fortress College


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Fortress (programming language) : ウィキペディア英語版
Fortress (programming language)

Fortress was an experimental programming language for high-performance computing, created by Sun Microsystems with funding from DARPA's High Productivity Computing Systems project. One of the language designers was Guy L. Steele Jr., whose previous work includes Scheme, Common Lisp, and Java.
== Design ==
The name "Fortress" was intended to connote a secure Fortran, i.e., "a language for high-performance computation that provides abstraction and type safety on par with modern programming language principles".〔(Draft specification )〕 Language features included implicit parallelism, Unicode support and concrete syntax similar to mathematical notation. The language was not designed to be similar to Fortran. Syntactically, it most resembles Scala, Standard ML, and Haskell. Fortress was designed from the outset to have multiple syntactic stylesheets. Source code can be rendered as ASCII text, in Unicode, or as a prettied image. This would allow for support of mathematical symbols and other symbols in the rendered output for easier reading. An emacs-based tool called ''fortify'' transforms ASCII-based Fortress source code into LaTeX output.〔https://java.net/downloads/projectfortress/reference.pdf〕
Fortress was also designed to be both highly parallel and have rich functionality contained within libraries, drawing from Java. For example, the for loop construct was a parallel operation, which would not necessarily iterate in a strictly linear manner, depending on the underlying implementation. However, the for construct was a library function and could be replaced by another version of the programmer's liking rather than being built into the language.
Fortress' designers made its syntax as close as possible to pseudocode and analyzed hundreds of computer science and mathematics papers, courses, books and journals using pseudocode to extract the common usage patterns of the English language and standard mathematical notation when used to represent algorithms in pseudocode. Then they made the compiler trying to maintain a one-to-one correspondence between pseudocode and executable Fortress.〔http://stackoverflow.com/a/2302499〕

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Fortress (programming language)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.